package mm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bitmap.FontSource

Operations on bitmap fonts.

Sourcetype t

A font.

Sourceval native : t

Our native font.

Sourceval height : t -> int

Height in pixels of characters.

Sourceval render : ?font:t -> ?size:int -> string -> bitmap

Render text with given font, at given size (height of characters in pixels).

OCaml

Innovation. Community. Security.