; Author: Copyright 1993 Shaun Blackmore

        GET     Desk.sh.regdefs
        GET     ^.h.swinos
        GET     Desk.sh.macros

;Desk_os_error *Desk_Font_ReadThresholds(FontThresholds *t);


        PREAMBLE
        STARTCODE Desk_Font_ReadThresholds
;
        STMFD   sp!, {lr}
        MOV     r1, r0
        SWI     Desk_SWI_Font_ReadThresholds + Desk_XOS_Bit
        Desk_Error2_CheckV
        ;MOVVC   r0, #0
        LDMFD   sp!, {pc}^
        END
