# -----------------------------------------------------------------------------
# Copyright (c) Vispy Development Team. All Rights Reserved.
# Distributed under the (new) BSD License. See LICENSE.txt for more info.
# -----------------------------------------------------------------------------

# Use OSX cocoa/quartz to get glyph bitmaps

_font_dict: dict = ...

def _load_vispy_font(face, bold, italic): ...
def _load_font(face, bold, italic): ...
def _load_glyph(f, char, glyphs_dict): ...
def _get_k_p_a(font, left, right): ...
def _list_fonts(): ...
