massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / PcfFontFile.pyi
1 from typing import Any
2
3 from .FontFile import FontFile
4
5 PCF_MAGIC: int
6 PCF_PROPERTIES: Any
7 PCF_ACCELERATORS: Any
8 PCF_METRICS: Any
9 PCF_BITMAPS: Any
10 PCF_INK_METRICS: Any
11 PCF_BDF_ENCODINGS: Any
12 PCF_SWIDTHS: Any
13 PCF_GLYPH_NAMES: Any
14 PCF_BDF_ACCELERATORS: Any
15 BYTES_PER_ROW: Any
16
17 def sz(s, o): ...
18
19 class PcfFontFile(FontFile):
20     name: str
21     charset_encoding: Any
22     toc: Any
23     fp: Any
24     info: Any
25     def __init__(self, fp, charset_encoding: str = ...) -> None: ...